home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
freaky-fun.swf
/
scripts
/
frame_47
/
PlaceObject2_332_114
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-07
|
165 b
|
11 lines
onClipEvent(enterFrame){
this._x += n;
count++;
if(count >= 350)
{
count = 0;
n = - n;
this._xscale = - this._xscale;
}
}